Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.duo.factors.login.contrib--authenticators

This contribution is part of XML component org.nuxeo.duo.factors.login.contrib inside nuxeo-runtime-6.0.jar

Extension Point

Extension point authenticators of component PluggableAuthenticationService.

Contributed Items

  • <authenticationPlugin class="org.nuxeo.duoweb.authentication.DuoFactorsAuthenticator" enabled="true" name="DUO_TWO_FACTORS_AUTH">
          <loginModulePlugin>Trusting_LM</loginModulePlugin>
          <parameters>
            <parameter name="IKEY">YOUR_INTEGRATION_KEY</parameter>
            <parameter name="SKEY">YOUR_SECRET_KEY</parameter>
            <parameter name="AKEY">YOUR_APPLICATION_KEY</parameter>
            <parameter name="HOST">YOUR_API_HOSTNAME</parameter>
          </parameters>
        </authenticationPlugin>

XML Source

<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <authenticationPlugin class="org.nuxeo.duoweb.authentication.DuoFactorsAuthenticator" enabled="true" name="DUO_TWO_FACTORS_AUTH">
      <loginModulePlugin>Trusting_LM</loginModulePlugin>
      <parameters>
        <parameter name="IKEY">YOUR_INTEGRATION_KEY</parameter>
        <parameter name="SKEY">YOUR_SECRET_KEY</parameter>
        <parameter name="AKEY">YOUR_APPLICATION_KEY</parameter>
        <parameter name="HOST">YOUR_API_HOSTNAME</parameter>
      </parameters>
    </authenticationPlugin>
  </extension>